CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - lr 0 分析

搜索资源列表

  1. fr.5823.0.compiler

    0下载:
  2. 词法/语法分析器bison源码,最新版本bison-2.1,,Unix_Linux0120310340817.rar...编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。...词法分析原程序对C语言可-lexical / grammatical analyzer bison source, the latest version bison - 2.1,, Unix_Linux0120310340817.rar comp
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:166400
    • 提供者:malll
  1. LR(0)fangyi

    0下载:
  2. 这是一个关于LR法分析语句的小程序,大家先看看吧,有什么问题我会及时改正-This is an analysis of the LR statement small procedures, we look at Look here, what I will promptly correct
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:73595
    • 提供者:John
  1. LR(0)

    0下载:
  2. 构造LR(0)分析表。对给定的文法,输入字符串,给出其正确与否的判断。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2737
    • 提供者:赵强
  1. 67322332442

    0下载:
  2. 设计题目:LR(0)分析表的构造 内容: 已知文法G,编写一个程序实现由文法到LR(0)分析表的自动生成。 功能扩展:1.由文法生成全部该文法项目; 2.由文法实现项目集簇的自动生成; 3.LR分析器对字符串的分析的分析表生成; -Design Title: LR (0) Analysis of structural elements: a known grammar G, the preparation of a program to achieve b
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:733125
    • 提供者:协力
  1. LR(0)

    0下载:
  2. 这个是java语言实现的lr0词法语法分析器,用于实现编译语言的语法部分-This is the java language to achieve lr0 lexical parser, syntax of the language used to implement part of the compiled
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:2276370
    • 提供者:dang
  1. LL(1)_LR(0)_Demo

    0下载:
  2. 包括一个LR(1)的语法分析程序和一个LL(1)的语法分析程序的例子- Including LR (1) grammar analysis program and LL (1) grammar analysis program example
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:239560
    • 提供者:杨军
  1. LR0

    0下载:
  2. 实现了LR(0)分析表的构造,采用vc编写,可用于编译原理课程设计。-Achieved a LR (0) analysis of the table structure, using vc preparation, can be used to compile principles of curriculum design.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:230045
    • 提供者:白天
  1. LR

    0下载:
  2. lR(0)分析器主要用于输入一定的文法然后系统帮忙分析是否有误-lR (0) parser mainly used for the importation of a certain system of grammar and then to help analyze whether there is any mistake
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:1886
    • 提供者:黄大开
  1. 15883834lr0

    1下载:
  2. lr(0)文法及其预测分析表 lr(0)文法及其预测分析表-lr (0) Analysis and prediction of grammar lr (0) Analysis and prediction of grammar lr (0) grammar analysis and forecast table
  3. 所属分类:其他小程序

    • 发布日期:2017-06-03
    • 文件大小:39071
    • 提供者:koko
  1. lr0

    0下载:
  2. lr(0)文法及其预测分析表 lr(0)文法及其预测分析表-lr (0) Analysis and prediction of grammar lr (0) Analysis and prediction of grammar lr (0) grammar analysis and forecast table
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-23
    • 文件大小:7216843
    • 提供者:koko
  1. LR(0)compiler1

    0下载:
  2. 编译原理课程设计LR(0)自底向上语法分析-Principles of curriculum design compiler LR (0) bottom-up parsing
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1008
    • 提供者:m38381338
  1. lr0

    0下载:
  2. LR分析法是一种自下而上进行规范归约的语法分析法,L指从左到右扫描输入符号串,R是指构造最右推导的逆过程。对大多数无二义性上下文无关文法描述的语言都可用它进行有效的分析。主要分析器有LR(0),SLR(1),LR(1),LALR(1): LR(0):在分析的每一步,只需根据当前栈顶状态而不必向前查看输入符号就能确定应采取的分析动作。所能分析的LR(0)文法要求文法的每一个LR(0)项目集中都不含冲突项目。 -LR analysis is a bottom-up norms to r
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:8692
    • 提供者:大海
  1. LR_Exp

    0下载:
  2. LR 语法分析 词法分析 四元式输出 语义分析-Lexical Analysis of LR parsing quaternion output semantic analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:2898
    • 提供者:cultsharp
  1. LR

    1下载:
  2. 1.实验目的 设计一个LR分析器,实现对表达式语言的分析,加深对LR语法分析方法的基本思想的理解,掌握LR分析器设计与实现的基本方法。 2.实验要求 建立文法及其LR分析表表示的数据结构,设计并实现一个LALR(1)的分析器,对源程序经词法分析后生成的二元式代码流进行分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。 3.实验内容 (1)文法描述及其LALR(1)分析表 描述表达式语言的文法G如下: -1. The experiment was to de
  3. 所属分类:Compiler program

    • 发布日期:2016-10-18
    • 文件大小:290259
    • 提供者:sh_xj
  1. LR(0)

    0下载:
  2. 编译原理课程设计,LR(0)分析器。实现了LR(0)分析的过程,MFC界面友好,操作简单,功能完备,为课程设计提供参考。-Principles of curriculum design, build, LR (0) parser. Achieved a LR (0) analysis of the process, MFC user-friendly, simple operation, complete functions, provide a reference for curriculum
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2335556
    • 提供者:baobao
  1. LR(0)

    0下载:
  2. LR(0)语法分析器的java源代码实现。可以使用-LR (0) parser of java source code to achieve. You can use
  3. 所属分类:Java Develop

    • 发布日期:2016-01-27
    • 文件大小:12794
    • 提供者:陈晨
  1. LR(0)

    2下载:
  2. LR(0)分析表及分析器的构造1. 对任意给定的文法 ,完成识别文法活前缀的 、 的状态转化矩阵及 项目集规范族的构造; 2. 判断该文法是否为 文法,实现 分析表的构造,并输出到指定文件中; 3. 实现 分析器总控程序,对输入的表达式进行文法分析。 -LR (0) of the table and the construction of a parser. On any given grammar, the identification prefix grammar acti
  3. 所属分类:图形/文字识别

    • 发布日期:2017-05-24
    • 文件大小:7011006
    • 提供者:郑尚宇
  1. LR

    0下载:
  2. 可根据自己实际情况,选择以下一项作为分析算法的输入: (1)直接输入根据己知文法构造的LR(0)分析表. (2)输入已知文法的项目集规范族和转换函数,由程序自动生成LR(0)分析表. (3)输入已知文法,由程序自动生成LR(0)分析表. -According to their own situation, choose one of the following input as the analysis algorithm: (1) direct input structure
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:4845
    • 提供者:wy
  1. LR-parser

    1下载:
  2. LR分析器设计 给定说明语句的拓广文法G[S ]如下: (0) S ->S (1) S->v I:T (2) I->I,i (3) I->i (4) T->r 其中v代表终结符var,r代表real。 其识别规范句型活前缀的DFA及LR(0)分析表如下: 输入 状态 ACTION表 GOTO表 v i , : r # S I T 0 S2 1 1 acc 2 S4
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-05-24
    • 文件大小:213164
    • 提供者:浮云
  1. LR(0)

    0下载:
  2. 编译器LR(0)分析表的构造,用于编译器语法分析。-Compiler LR (0) of the table structure, used for parsing the compiler.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:867340
    • 提供者:zhuwentao
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com